home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / xwinc100.zip / CONTRIB-.00 / CONTRIB- / contrib / examples / Xaw / Imakefile next >
Makefile  |  1990-12-26  |  2KB  |  40 lines

  1.            SRCS = popup.c \
  2.                   xboxes.c \
  3.                   xbuttonbox.c \
  4.                   xcommand.c \
  5.                   xcommand2.c \
  6.                   xhw.c \
  7.                   xlabel.c \
  8.                   xlist.c \
  9.                   xmenu1.c \
  10.                   xmenu2.c \
  11.                   xpanner.c \
  12.                   xrepeater.c \
  13.                   xscroll.c \
  14.                   xtext.c \
  15.                   xwidgets.c
  16. LOCAL_LIBRARIES = XawClientLibs
  17.         DEPLIBS = XawClientDepLibs
  18.        PROGRAMS = popup xboxes xbuttonbox xcommand xcommand2 xhw xlabel \
  19.                   xlist xmenu1 xmenu2 xpanner xrepeater xscroll xtext xwidgets
  20.  
  21. AllTarget($(PROGRAMS))
  22.  
  23. SingleProgramTarget(popup,popup.o,$(LOCAL_LIBRARIES), /**/)
  24. SingleProgramTarget(xboxes,xboxes.o,$(LOCAL_LIBRARIES), /**/)
  25. SingleProgramTarget(xbuttonbox,xbuttonbox.o,$(LOCAL_LIBRARIES), /**/)
  26. SingleProgramTarget(xcommand,xcommand.o,$(LOCAL_LIBRARIES), /**/)
  27. SingleProgramTarget(xcommand2,xcommand2.o,$(LOCAL_LIBRARIES), /**/)
  28. SingleProgramTarget(xhw,xhw.o,$(LOCAL_LIBRARIES), /**/)
  29. SingleProgramTarget(xlabel,xlabel.o,$(LOCAL_LIBRARIES), /**/)
  30. SingleProgramTarget(xlist,xlist.o,$(LOCAL_LIBRARIES), /**/)
  31. SingleProgramTarget(xmenu1,xmenu1.o,$(LOCAL_LIBRARIES), /**/)
  32. SingleProgramTarget(xmenu2,xmenu2.o,$(LOCAL_LIBRARIES), /**/)
  33. SingleProgramTarget(xpanner,xpanner.o,$(LOCAL_LIBRARIES), /**/)
  34. SingleProgramTarget(xrepeater,xrepeater.o,$(LOCAL_LIBRARIES), /**/)
  35. SingleProgramTarget(xscroll,xscroll.o,$(LOCAL_LIBRARIES), /**/)
  36. SingleProgramTarget(xtext,xtext.o,$(LOCAL_LIBRARIES), /**/)
  37. SingleProgramTarget(xwidgets,xwidgets.o,$(LOCAL_LIBRARIES),-lm)
  38.  
  39. DependTarget()
  40.